home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -in_the_mag- / reader_requests / scilab / demos / lmitool / testh2hinf < prev    next >
Text File  |  1999-09-16  |  249b  |  14 lines

  1. getf(SCI+'/demos/lmitool/h2hinf.sci','c');
  2. n=4;m1=1;m2=2;n1=2;n2=2;
  3. A=rand(n,n);
  4. B2=rand(n,m2);
  5. C2=rand(n2,n);
  6. B1=rand(n,m1);
  7. C1=rand(n1,n);
  8. D11=rand(n1,m1);
  9. D12=rand(n1,m2);
  10. D22=rand(n2,m2);
  11. gama=10;
  12. [X,Y,L]=h2hinf(A,B1,B2,C1,C2,D11,D12,D22,gama)
  13.  
  14.